home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12543 < prev    next >
Encoding:
Text File  |  1996-08-05  |  763 b   |  34 lines

  1. Path: news.uni-hohenheim.de!news
  2. From: roberto canales <rcanales@sag.es>
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: Re: Include C++ in C programs
  5. Date: Wed, 20 Mar 1996 15:45:02 -0800
  6. Organization: Rechenzentrum Universitaet Hohenheim
  7. Message-ID: <3150987E.7214@sag.es>
  8. References: <1996Mar20.104314.28950@hgl.signaal.nl>
  9. NNTP-Posting-Host: 193.127.46.178
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Glandrup M.H.J. wrote:
  16.  
  17.  
  18. > Hello,
  19. > Is there anybody who knows how to call C++ member functions in a
  20. > C program?
  21. > If it is not possible, please tell me...
  22.  
  23.  
  24.  
  25. You can declare the C++ function prototype whitch prefix:
  26.  
  27.         extern "C"
  28.  
  29. bye.
  30.  
  31. Roberto Canales  
  32. rcanales@sag.es
  33.